home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / doc / dsearch.doc < prev    next >
Text File  |  1992-11-23  |  650b  |  23 lines

  1.  
  2. dcc/dsearch                            dcc/dsearch
  3.  
  4.                  DSEARCH.DOC
  5.  
  6. SYNOPSIS
  7.     dsearch "string" [files/wildcards]
  8.     qsearch "string" [files/wildcards]
  9.  
  10. DESCRIPTION
  11.     The DSEARCH program will do a case-insensitive search for the
  12.     specified string in the specified files.  Wildcarded file names
  13.     may be specified.  DSEARCH prints out the name of each file
  14.     scanned whether or not any matches are found in that file.
  15.  
  16.     QSEARCH works like DSEARCH but only prints out the name of files
  17.     when matches are found within them.
  18.  
  19.     Both DSEARCH and QSEARCH are the *SAME* executable.  One can nominally
  20.     COPY DSearch QSearch to obtain a 'qsearch'.
  21.  
  22.  
  23.